home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / tabbed_browsing.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-10  |  5.8 KB  |  138 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  4.     %brandDTD;
  5.     <!ENTITY % platformDTD SYSTEM "chrome://browser/locale/help/platformStrings.dtd" >
  6.     %platformDTD;
  7. ]>
  8. <!--
  9. Contributors:
  10.   Daniel Wang (original author)
  11.   Jeff Walden <jwalden+code@mit.edu> (minor editorial nits, XHTML conversion)
  12.   Steffen Wilberg <steffen.wilberg@web.de> (minor editorial nits)
  13. -->
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16.     <title>Tabbed Browsing</title>
  17.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  18. </head>
  19.  
  20. <body>
  21. <h1>Tabbed Browsing</h1>
  22.  
  23. <p>Tabbed browsing lets you open tabs, each displaying a web page, within a
  24.   single &brandShortName; window.  You can open links in new tabs, where they
  25.   will load while you read the current page.  You don't have to use tabbed
  26.   browsing, but if you do you might find tabbed browsing is a better, faster
  27.   way to browse the Web.</p>
  28.  
  29. <div class="contentsBox">In this section:
  30.   <ul>
  31.     <li><a href="#creating_loading_tabs">Creating and Loading Tabs</a></li>
  32.     <li><a href="#moving_tabs">Moving Tabs Within a Window</a></li>
  33.     <li><a href="#closing_tabs">Closing Tabs</a></li>
  34.     <li><a href="#customizing">Customizing Tabbed Browsing</a></li>
  35.     <li><a href="#tips_tricks">Tips and Tricks</a></li>
  36.   </ul>
  37. </div>
  38.  
  39. <h2 id="creating_loading_tabs">Creating and Loading Tabs</h2>
  40.  
  41. <p>To open a new tab, press &accelKey;+<kbd>T</kbd>, select <span
  42.   class="menuPath">File > New Tab</span>, or double-click an empty space in
  43.   the Tab Bar.</p>
  44.  
  45. <p>To load a link in a tab, you can do one of the following:</p>
  46.  
  47. <ul>
  48.   <li>Middle-click the link. (If you have a mouse wheel, clicking the wheel is
  49.     equivalent to middle-clicking.)</li>
  50.   <li>Drag the link and drop it on an empty space in the Tab Bar. (If only one
  51.     web page is open, the Tab Bar may be hidden. See <a
  52.     href="#customizing">Customizing Tabbed Browsing</a> for information on how
  53.     to change this.)</li>
  54.   <li>Drag and drop the link onto a tab to open the link in that tab.</li>
  55.   <li><span class="noMac">Right-click</span><span class="mac">Press &ctrlKey;,
  56.     click on</span> the link, and choose <span
  57.     class="menuPath">Open Link in New Tab</span> from the context menu.</li>
  58. </ul>
  59.  
  60. <p>To open a URL in the Location Bar in a new tab, enter the URL and press
  61.   &altKey;+&enterKey;.</p>
  62.  
  63. <h2 id="moving_tabs">Moving Tabs Within a Window</h2>
  64.  
  65. <p>Tabs are displayed in the order you open them, which may not always be what
  66.   you want.  To move a tab to a different location within a &brandShortName;
  67.   window, simply drag it there using your mouse.  While you are dragging the
  68.   tab, &brandShortName; displays a small indicator to show where the tab will be
  69.   moved.  Alternately, you can use <a
  70.   href="shortcuts.xhtml#windows_tabs">keyboard shortcuts</a> to move tabs within
  71.   a window if desired.</p>
  72.  
  73. <h2 id="closing_tabs">Closing and Restoring Tabs</h2>
  74.  
  75. <p>To close the current tab, press &accelKey;+<kbd>W</kbd>, click the Close Tab
  76.   button, middle-click the tab, or select <span class="menuPath">File >
  77.   Close Tab</span>.  To close all tabs other than the current one, <span
  78.   class="noMac">right-click</span><span class="mac">press &ctrlKey;,
  79.   click</span> on the tab and choose <span class="menuPath">Close Other
  80.   Tabs</span>.</p>
  81.   
  82. <p>&brandShortName; windows keep a list of tabs you closed recently. You can
  83.   restore any tab by selecting it from <span class="menuPath">History >
  84.   Recently Closed Tabs</span>. You can restore all tabs by selecting <span
  85.   class="menuPath">History > Recently Closed Tabs > Open All in Tabs
  86.   </span>. Press &accelKey;+&shiftKey;+<kbd>T</kbd> to open them one by one in
  87.   reverse order.</p>
  88.  
  89. <h2 id="customizing">Customizing Tabbed Browsing</h2>
  90.   <p>To change tabbed browsing &pref.plural; select &pref.menuPath; and open the
  91.     <a href="prefs.xhtml#tabs_options"><em>Tabs</em> panel</a>.</p>
  92.  
  93. <h2 id="tips_tricks">Tips and Tricks</h2>
  94.  
  95. <dl>
  96.  
  97.   <dt id="bookmarking_tabbed_browsing">Bookmarks and Tabbed Browsing</dt>
  98.   <dd>To bookmark a set of tabs:</dd>
  99.   <dd>
  100.     <ol>
  101.       <li><span class="noUnix">Press &accelKey;+&shiftKey;+<kbd>D</kbd> or
  102.         select</span><span class="unix">Select</span>
  103.         <span class="menuPath">Bookmarks > Bookmark All Tabs</span> to add
  104.         all the tabs in the current window to a new bookmark folder.</li>
  105.       <li>To open bookmarks in tabs, open a bookmark folder menu and choose
  106.         <span class="menuPath">Open in Tabs</span>.  You can also middle-click
  107.         on the folder to open its contents in tabs.  The bookmarks will open in
  108.         existing tabs, not new ones.</li>
  109.     </ol>
  110.   </dd>
  111.  
  112.   <dt id="home_page_as_tabs">Home Page as Tabs</dt>
  113.   <dd>Instead of using only one web page as your homepage, you can make your
  114.     home page a set of tabs. Select your favorite web sites and open them in
  115.     tabs in a single window. Select &pref.menuPath; and open the <a
  116.     href="prefs.xhtml#main_options"><em>Main</em> panel</a>.  Under
  117.     <em>Startup</em>, press the <em>Use Current Pages</em> button. Now
  118.     when you press the Home button, your favorite web sites will load with just
  119.     a click.</dd>
  120.  
  121.   <dt>Adding a New Tab Toolbar Button</dt>
  122.   <dd>You can add a New Tab button on the toolbar to easily open new tabs by <a
  123.     href="customization.xhtml#rearranging_toolbar_items">customizing your
  124.     toolbars</a>.</dd>
  125.  
  126.   <dt id="keyboard_shortcuts">Keyboard shortcuts</dt>
  127.   <dd>&brandShortName; has an extensive set of shortcuts related to tabbed
  128.     browsing; see the full list in <a
  129.     href="shortcuts.xhtml#windows_tabs">Keyboard Shortcuts</a>.</dd>
  130.  
  131. </dl>
  132.  
  133. <div class="contentsBox"><em>12 September 2006</em></div>
  134. <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
  135.  
  136. </body>
  137. </html>
  138.